home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / mxc / pmic / mc13892 / Kconfig next >
Encoding:
Text File  |  2009-09-09  |  1.8 KB  |  49 lines

  1. #
  2. # PMIC Modules configuration
  3. #
  4.  
  5. config MXC_MC13892_ADC
  6.     tristate "MC13892 ADC support"
  7.     depends on MXC_PMIC_MC13892
  8.     ---help---
  9.     This is the MC13892 ADC module driver. This module provides kernel API
  10.     for the ADC system of MC13892.
  11.     It controls also the touch screen interface.
  12.     If you want MC13892 ADC support, you should say Y here
  13.  
  14. config MXC_MC13892_RTC
  15.     tristate "MC13892 Real Time Clock (RTC) support"
  16.     depends on MXC_PMIC_MC13892
  17.     ---help---
  18.     This is the MC13892 RTC module driver. This module provides kernel API
  19.     for RTC part of MC13892.
  20.     If you want MC13892 RTC support, you should say Y here
  21. config MXC_MC13892_LIGHT
  22.     tristate "MC13892 Light and Backlight support"
  23.     depends on MXC_PMIC_MC13892
  24.     ---help---
  25.     This is the MC13892 Light module driver. This module provides kernel API
  26.     for led and backlight control part of MC13892.
  27.     If you want MC13892 Light support, you should say Y here
  28. config MXC_MC13892_BATTERY
  29.     tristate "MC13892 Battery API support"
  30.     depends on MXC_PMIC_MC13892
  31.     ---help---
  32.     This is the MC13892 battery module driver. This module provides kernel API
  33.     for battery control part of MC13892.
  34.     If you want MC13892 battery support, you should say Y here
  35. config MXC_MC13892_CONNECTIVITY
  36.     tristate "MC13892 Connectivity API support"
  37.     depends on MXC_PMIC_MC13892
  38.     ---help---
  39.     This is the MC13892 connectivity module driver. This module provides kernel API
  40.     for USB/RS232 connectivity control part of MC13892.
  41.     If you want MC13892 connectivity support, you should say Y here
  42. config MXC_MC13892_POWER
  43.     tristate "MC13892 Power API support"
  44.     depends on MXC_PMIC_MC13892
  45.     ---help---
  46.     This is the MC13892 power and supplies module driver. This module provides kernel API
  47.     for power and regulator control part of MC13892.
  48.     If you want MC13892 power support, you should say Y here
  49.